hacker-rpg-php-browser-based-game
hacker-rpg-php-browser-based-game copied to clipboard
Error In /dashboard
Compile Error! ErrorException [ Compile Error ]: Namespace declaration statement has to be the very first statement or after any declare call in the script
APPPATH/classes/model/task.php @ line 7 2 3use \Model\Conversation; 4use \Model\Knowledge; 5use \Model\Apps; 6use \Model\Servers; 7namespace Model; 8 9class Task extends \Model { 10 11 public static function create_for_server($user_id, $server_id, $type, $duration, $data, $data_id = NULL) { 12 $task = array( Backtrace COREPATH/bootstrap.php @ line 71