Skip to content

Commit

Permalink
fix controller and test stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
m45adiwinata committed Sep 11, 2024
1 parent 5394d98 commit 7ebbdcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Commands/TestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Made Mas Adi Winata <m45adiwinata@gmail.com>
* @license https://mit-license.org/ MIT License
* @version GIT: 0.0.1
* @link https://brispot.bri.co.id/
* @link https://github.com/spotlibs
*/

declare(strict_types=1);
Expand All @@ -28,7 +28,7 @@
* @package Commands
* @author Made Mas Adi Winata <m45adiwinata@gmail.com>
* @license https://mit-license.org/ MIT License
* @link https://brispot.bri.co.id/
* @link https://github.com/
*/
class TestMakeCommand extends GeneratorCommand
{
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/stubs/controller.plain.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author
* @license https://mit-license.org/ MIT License
* @version GIT: 0.0.1
* @link https://brispot.bri.co.id/
* @link https://github.com/
*/

declare(strict_types=1);
Expand All @@ -31,7 +31,7 @@ use App\Usecases\DummyUsecase;
* @package Collections
* @author
* @license https://mit-license.org/ MIT License
* @link https://brispot.bri.co.id/
* @link https://github.com/
*/
class DummyClassController extends Controller
{
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/stubs/test.plain.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author
* @license https://mit-license.org/ MIT License
* @version GIT: 0.0.1
* @link https://brispot.bri.co.id/
* @link https://github.com/
*/

declare(strict_types=1);
Expand Down

0 comments on commit 7ebbdcd

Please sign in to comment.