]> BookStack Code Mirror - bookstack/blobdiff - tests/Unit/IpFormatterTest.php
Played around with a new app structure
[bookstack] / tests / Unit / IpFormatterTest.php
index 928b1ab10095b2c7ff79b026f69f07fc064dba60..14878257570949cd44afc02fe3d8cf229cb2f0d5 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Unit;
 
-use BookStack\Actions\IpFormatter;
+use BookStack\Activity\Tools\IpFormatter;
 use Tests\TestCase;
 
 class IpFormatterTest extends TestCase