Commit aeffa176 authored by Taylor Otwell's avatar Taylor Otwell

Fix path.

parent e7617ff1
......@@ -22,7 +22,7 @@ class EventServiceProvider extends ServiceProvider {
public function scan()
{
return [
app_path().'/src',
app_path(),
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment