1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 10:16:09 +02:00

Use contracts for typehints where possible.

This commit is contained in:
Franz Liedke
2015-06-03 03:21:24 +02:00
parent 7383c14eae
commit 79480242a7
3 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
use Flarum\Core\Models\User;
use Flarum\Core\Models\Forum;
use Illuminate\Mail\Mailer;
use Illuminate\Contracts\Mail\Mailer;
class NotificationMailer
{