some fix
This commit is contained in:
22
console/CgMigrationCreator.php
Normal file
22
console/CgMigrationCreator.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace core\console;
|
||||
|
||||
|
||||
use Illuminate\Database\Migrations\MigrationCreator;
|
||||
|
||||
class CgMigrationCreator extends MigrationCreator
|
||||
{
|
||||
|
||||
/**
|
||||
* Get the path to the stubs.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function stubPath()
|
||||
{
|
||||
return ROOT_DIR . '/core/console/migrations/stubs';
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user