Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 7, 2024
1 parent 8713090 commit d462bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function getPackageProviders($app)
/**
* Set default user model used by tests.
*
* @param $app
* @param $app
* @return void
*/
private function setDefaultUserModel($app)
Expand Down Expand Up @@ -143,6 +143,7 @@ public function createUser($class = null, $attributes = [], $amount = null)
public function createBan($attributes = [], $amount = null)
{
$bannable = $this->createUser(User::class);

// dd(array_merge(
// [
// 'bannable_id' => $bannable->getKey(),
Expand Down

0 comments on commit d462bb4

Please sign in to comment.