/home/techb158/immovalet.com/vendor/botble/theme/src/Commands/Traits
NameSizeModeActions
ThemeTrait.php8660644editdlrm
Edit: /home/techb158/immovalet.com/vendor/botble/theme/src/Commands/Traits/ThemeTrait.php (866B)
option('path')) { $rootPath = $this->option('path'); } if (!$theme) { $theme = $this->getTheme(); } return rtrim($rootPath, '/') . '/' . rtrim(ltrim(strtolower($theme), '/'), '/') . '/' . $path; } /** * Get the theme name. * * @return string */ protected function getTheme() { if ($this->hasArgument('name')) { return strtolower($this->argument('name')); } return strtolower($this->option('name')); } }