Skip to content

Commit

Permalink
Fix style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbishopme committed Oct 27, 2019
1 parent 85f45f4 commit 881ce25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/ClassFinderTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Christophrumpel\NovaNotifications\Tests;
namespace Christophrumpel\NovaNotifications\tests;

use Christophrumpel\NovaNotifications\ClassFinder;

Expand Down Expand Up @@ -33,5 +33,4 @@ public function it_find_classes_which_are_extending_a_specific_class()

$this->assertInstanceOf('Illuminate\Support\Collection', $response);
}

}
}

0 comments on commit 881ce25

Please sign in to comment.