Skip to content

Commit e9d52a9

Browse files
authored
Merge pull request #5 from laraflow/stubs-type-fixed
Update Controller Stubs
2 parents cc13b0e + 4ee9821 commit e9d52a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stubs/controller-crud.stub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ namespace $CLASS_NAMESPACE$;
44

55
use Exception;
66
use $MODULE$\$MODEL$;
7-
use Laraflow\ApiCrud\Exceptions\CreateOperationException;
8-
use Laraflow\ApiCrud\Exceptions\UpdateOperationException;
9-
use Laraflow\ApiCrud\Exceptions\DeleteOperationException;
7+
use Laraflow\Crud\Exceptions\CreateOperationException;
8+
use Laraflow\Crud\Exceptions\UpdateOperationException;
9+
use Laraflow\Crud\Exceptions\DeleteOperationException;
1010
$RESOURCE_NAMESPACES$
1111
$REQUEST_NAMESPACES$
1212
use Illuminate\Database\Eloquent\ModelNotFoundException;
@@ -18,7 +18,7 @@ use Illuminate\Routing\Controller;
1818
* @package $CLASS_NAMESPACE$
1919
*
2020
* @lrd:start
21-
* This class handle create, display, update, delete & restore
21+
* This class handles create, display, update, delete & restore
2222
* operation related to $RESOURCE$
2323
* @lrd:end
2424
*

0 commit comments

Comments
 (0)