From 9e904e17df7186d5efc7efc8c44ceaf21e46f363 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Tue, 20 Jan 2015 17:21:02 +0100 Subject: [PATCH] Another bug fix --- UltiSnips/php_laravel.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/php_laravel.snippets b/UltiSnips/php_laravel.snippets index 26eda92..d39a77b 100644 --- a/UltiSnips/php_laravel.snippets +++ b/UltiSnips/php_laravel.snippets @@ -193,7 +193,7 @@ snippet l_r "Laravel Repository" b /*! * \namespace ${1:Repositories\\${2}} * \class ${3:`!v expand('%:t:r')`} - * \implements ${4:BaseRepositoryInterface} + * \implements ${4:$3RepositoryInterface} * * \author ${5:`!v g:snips_author`} * \date `!v strftime('%d-%m-%y')`