fix cleint portal employee-data, dashboard, hide notification

This commit is contained in:
Muhammad Fajar
2023-12-31 23:44:43 +07:00
parent ae884f8cd0
commit 96034d069a
26 changed files with 684 additions and 804 deletions

View File

@@ -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();
});
}