We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ac8dc commit 6d2369eCopy full SHA for 6d2369e
src/Cms.php
@@ -193,4 +193,6 @@ public function adminMenuItems(array $menus = [])
193
194
return $menus;
195
}
196
+
197
198
src/CmsServiceProvider.php
@@ -28,6 +28,8 @@ public function boot()
28
$this->offerPublishing();
29
30
$this->registerPolicies();
31
32
+ $this->registerRouteModelBindings();
33
34
35
/**
@@ -157,8 +159,6 @@ public function registerRouteModelBindings()
157
159
});
158
160
161
-
162
protected function generateMigrationName(string $migrationFileName, Carbon $now): string
163
{
164
$migrationsPath = 'migrations/' . dirname($migrationFileName) . '/';
0 commit comments