We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use App\PageTemplates; |
| 6 | 6 | // VALIDATION: change the requests to match your own file names if you need form validation |
| 7 | 7 | use Backpack\CRUD\app\Http\Controllers\CrudController; |
| 8 | -use Backpack\PageManager\app\Http\Requests\PageRequest as StoreRequest; |
|
| 9 | 8 | use Backpack\PageManager\app\Http\Requests\PageRequest as UpdateRequest; |
| 10 | 9 | use Backpack\PageManager\app\TraitReflections; |
| 11 | 10 | |
@@ -109,6 +109,9 @@ |
||
| 109 | 109 | return $openButton .' '.$revisionsButton; |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | + /** |
|
| 113 | + * @param string $slug |
|
| 114 | + */ |
|
| 112 | 115 | public function createMissingPage($slug) |
| 113 | 116 | { |
| 114 | 117 | $pages = collect($this->getUniquePages()); |