Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jul 13, 2019
1 parent cdb4cea commit c9b28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Routes/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Register the route for assets from Vendor.
$dispatcher->route('vendor/(:all)', function (Request $request, $path) use ($dispatcher)
{
$basePath = BASEPATH .'vendor' .DS;
$basePath = BASEPATH .'vendor';

if (! Str::startsWith($path, $dispatcher->getVendorPaths())) {
return Response::make('File Not Found', 404);
Expand Down

0 comments on commit c9b28da

Please sign in to comment.