From ee4271466b2438387d7daf738126083ad3a998c1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 May 2019 14:43:24 +0200 Subject: [PATCH] #2783 --- src/routes/cubist/backpack/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/cubist/backpack/model.php b/src/routes/cubist/backpack/model.php index 6f7984e..b7ca64e 100644 --- a/src/routes/cubist/backpack/model.php +++ b/src/routes/cubist/backpack/model.php @@ -8,3 +8,4 @@ Route::group([ CRUD::resource('model', 'CubistModelCrudController'); }); // this should be the absolute last line of this file + -- 2.39.5