Skip to content

Commit 7ebbdcd

Browse files
committed
fix controller and test stubs
1 parent 5394d98 commit 7ebbdcd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Commands/TestMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Made Mas Adi Winata <m45adiwinata@gmail.com>
99
* @license https://mit-license.org/ MIT License
1010
* @version GIT: 0.0.1
11-
* @link https://brispot.bri.co.id/
11+
* @link https://github.com/spotlibs
1212
*/
1313

1414
declare(strict_types=1);
@@ -28,7 +28,7 @@
2828
* @package Commands
2929
* @author Made Mas Adi Winata <m45adiwinata@gmail.com>
3030
* @license https://mit-license.org/ MIT License
31-
* @link https://brispot.bri.co.id/
31+
* @link https://github.com/
3232
*/
3333
class TestMakeCommand extends GeneratorCommand
3434
{

src/Commands/stubs/controller.plain.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author
99
* @license https://mit-license.org/ MIT License
1010
* @version GIT: 0.0.1
11-
* @link https://brispot.bri.co.id/
11+
* @link https://github.com/
1212
*/
1313

1414
declare(strict_types=1);
@@ -31,7 +31,7 @@ use App\Usecases\DummyUsecase;
3131
* @package Collections
3232
* @author
3333
* @license https://mit-license.org/ MIT License
34-
* @link https://brispot.bri.co.id/
34+
* @link https://github.com/
3535
*/
3636
class DummyClassController extends Controller
3737
{

src/Commands/stubs/test.plain.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author
99
* @license https://mit-license.org/ MIT License
1010
* @version GIT: 0.0.1
11-
* @link https://brispot.bri.co.id/
11+
* @link https://github.com/
1212
*/
1313

1414
declare(strict_types=1);

0 commit comments

Comments
 (0)