fix cleint portal employee-data, dashboard, hide notification
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::table(' plans', function (Blueprint $table) {
|
||||
Schema::table('plans', function (Blueprint $table) {
|
||||
$table->string('limit_telecon')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user