namespace BookStack\Api;
-use BookStack\Auth\Access\LoginService;
+use BookStack\Access\LoginService;
use BookStack\Exceptions\ApiAuthException;
use Illuminate\Auth\GuardHelpers;
use Illuminate\Contracts\Auth\Authenticatable;
}
/**
- * @inheritDoc
+ * {@inheritdoc}
*/
public function user()
{
}
/**
- * @inheritDoc
+ * {@inheritdoc}
*/
public function validate(array $credentials = [])
{