Skip to content

Commit 7a7f98d

Browse files
authored
Merge pull request #13 from a1comms/mhiran-patch-1
Added garbage collection for datastore sessions
2 parents 7551f2d + 5ee5fad commit 7a7f98d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/A1comms/GaeSupportLaravel/GaeSupportServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ public function boot()
4949
Storage::extend('gae', function ($app, $config) {
5050
return new Flysystem(new GaeFilesystemAdapter($config['root']));
5151
});
52+
53+
// register the package's routes
54+
require __DIR__.'/Http/routes.php';
5255
}
5356

5457
/**

0 commit comments

Comments
 (0)