Skip to content

Commit dc7fe38

Browse files
committed
Event(.php) class namespace is fixed
1 parent c9cd1b0 commit dc7fe38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\core;
3+
namespace hussainalihussain\phpmvclaravelclonecore;
44

55
abstract class Event
66
{

0 commit comments

Comments
 (0)