mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Remove slash from method call.
This commit is contained in:
		| @@ -40,7 +40,7 @@ class IsSandstormUserTest extends TestCase | ||||
|     public function setUp(): void | ||||
|     { | ||||
|         parent::setUp(); | ||||
|         Log::info(sprintf('Now in %s.', \get_class($this))); | ||||
|         Log::info(sprintf('Now in %s.', get_class($this))); | ||||
|         Route::middleware(IsSandStormUser::class)->any( | ||||
|             '/_test/is-sandstorm', function () { | ||||
|             return 'OK'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user