Skip to content

Commit 6d2369e

Browse files
committed
wip
1 parent 26ac8dc commit 6d2369e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Cms.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,6 @@ public function adminMenuItems(array $menus = [])
193193

194194
return $menus;
195195
}
196+
197+
196198
}

src/CmsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ public function boot()
2828
$this->offerPublishing();
2929

3030
$this->registerPolicies();
31+
32+
$this->registerRouteModelBindings();
3133
}
3234

3335
/**
@@ -157,8 +159,6 @@ public function registerRouteModelBindings()
157159
});
158160
}
159161

160-
161-
162162
protected function generateMigrationName(string $migrationFileName, Carbon $now): string
163163
{
164164
$migrationsPath = 'migrations/' . dirname($migrationFileName) . '/';

0 commit comments

Comments
 (0)