Answer the question
In order to leave comments, you need to log in
Laravel 4: Library call -> Error?
Faced the following problem.
Such a structure:
--app
--libraries
--bet.php
class Bet {
public static function auth() {
}
}
public function fire()
{
print_r(Bet::auth()); // Здесь я пытаюсь вызвать библиотеку.
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question