Test Setup Failed
Pull Request — master (#4)
by Raí
05:17
created
Bludata/Framework/Laravel/Helpers/functions.php 1 patch
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -298,6 +298,4 @@
 block discarded – undo
298 298
      */
299 299
     function bdEntity(string $className, string $version = 'v1', boolean $abort = true)
300 300
     {
301
-        return app(bdEntityClass($className, $version, $abort));
302
-    }
303
-}
301
+        return app(bdEntityClass($className, $version, $abort
304 302
\ No newline at end of file
Please login to merge, or discard this patch.