Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sfolador authored and github-actions[bot] committed Feb 14, 2023
1 parent 2d2c566 commit 13827fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Commands/LockedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function handle(): int
/**
* Replace the stub variables(key) with the desire value
*
* @param $stub
* @param array $stubVariables
* @return bool|mixed|string
*/
Expand Down
1 change: 0 additions & 1 deletion src/LockedModelSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class LockedModelSubscriber
/**
* Register the listeners for the subscriber.
*
* @param Dispatcher $events
* @return array
*/
public function subscribe(Dispatcher $events)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function up()
*/
public function down()
{
if (Schema::hasTable('notifications') ) {
if (Schema::hasTable('notifications')) {
return;
}
Schema::dropIfExists('notifications');
Expand Down

0 comments on commit 13827fe

Please sign in to comment.