diff options
Diffstat (limited to 'src/filters.php')
-rw-r--r-- | src/filters.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filters.php b/src/filters.php new file mode 100644 index 0000000..302c376 --- /dev/null +++ b/src/filters.php @@ -0,0 +1,5 @@ +<?php +Route::filter('basic.once', function() +{ + return Auth::onceBasic(); +});
\ No newline at end of file |