| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function boot() |
||
| 13 | { |
||
| 14 | if (! class_exists('CreateModelHistoriesTable')) { |
||
| 15 | $this->publishes([ |
||
| 16 | __DIR__.'/../database/migrations/create_model_histories_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_model_histories_table.php'), |
||
| 17 | ], 'migrations'); |
||
| 18 | } |
||
| 19 | } |
||
| 20 | |||
| 29 |