mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix a few things in docs
This commit is contained in:
parent
42e2c51343
commit
072eb36494
11 changed files with 49 additions and 17 deletions
|
|
@ -51,8 +51,8 @@ class PostController
|
|||
{
|
||||
if ($request->has('image')) {
|
||||
$post->image_url = $this->cloudinary()->store(
|
||||
$request->file('image')
|
||||
);
|
||||
$request->file('image')
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue