fixing about migration down function
This commit is contained in:
@ -25,8 +25,6 @@ class About extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('about', function (Blueprint $table) {
|
||||
$table->dropColumn('about');
|
||||
});
|
||||
Schema::drop('about');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user