instead of something like this: ``` php t::service('User', '\App\User'); t::router()->otherwise(function($User) { }); ``` `User` Should automatically determined by the namespace so that that first line is not needed.