Mercurial > packages > magicforger
comparison src/Generator/Model/ModelGenerator.php @ 14:c969ed13c570 main-dev
Changes for various files
| author | luka |
|---|---|
| date | Mon, 23 Sep 2024 20:35:14 -0400 |
| parents | 3426c7e91c24 |
| children | 19b7a8de0019 |
comparison
equal
deleted
inserted
replaced
| 13:7ee152c22478 | 14:c969ed13c570 |
|---|---|
| 49 | 49 |
| 50 /** | 50 /** |
| 51 * Resolve the fully-qualified path to the stub. | 51 * Resolve the fully-qualified path to the stub. |
| 52 * | 52 * |
| 53 * @param string $stub | 53 * @param string $stub |
| 54 * | 54 * |
| 55 * @return string | 55 * @return string |
| 56 */ | 56 */ |
| 57 protected function resolveStubPath($stub) | 57 protected function resolveStubPath($stub) |
| 58 { | 58 { |
| 59 return is_file($customPath = $this->laravel->basePath(trim($stub, '/'))) | 59 return is_file($customPath = $this->laravel->basePath(trim($stub, '/'))) |
