From 68b0d291100e6a07c8a290bd7970613df5a97fbd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 12 Sep 2011 23:34:23 -0500 Subject: [PATCH] fix namespacing issue. --- laravel/database/connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/database/connection.php b/laravel/database/connection.php index bef05f26..0335449a 100644 --- a/laravel/database/connection.php +++ b/laravel/database/connection.php @@ -135,8 +135,8 @@ protected function execute(PDOStatement $statement, $bindings) * $users = DB::connection()->table('users')->get(); * * - * @param string $table - * @return Query\Query + * @param string $table + * @return Query */ public function table($table) {