merged skunkworks into develop.
This commit is contained in:
25
laravel/cli/tasks/migrate/stub.php
Normal file
25
laravel/cli/tasks/migrate/stub.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
class {{class}} {
|
||||
|
||||
/**
|
||||
* Make changes to the database.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Revert the changes to the database.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user